ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class
The type of the elements of the indexed collection.
Members

In This Topic
    IndexedGroup<T> Class
    In This Topic
    Represents a group of elements with the same key belonging to a collection of groups resulting from a search operation with grouping. This class has a derived class IndexedGroup<TKey,T> with specific key type.
    Object Model
    IndexedGroup<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class IndexedGroup(Of T) 
       Inherits IndexQuery(Of T)
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
    public abstract class IndexedGroup<T> : IndexQuery<T>, C1.LiveLinq.Indexing.IIndexedSource<T>  
    Type Parameters
    T
    The type of the elements of the indexed collection.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.Search.IndexQuery<T>
          C1.LiveLinq.Indexing.Search.IndexedGroup<T>
             C1.LiveLinq.Indexing.Search.IndexedGroup<TKey,T>

    See Also